home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / TURBOPASCAL WIN / RWDEMOS.PAK / RWPDEMOC.PAS < prev    next >
Pascal/Delphi Source File  |  1992-06-08  |  5KB  |  147 lines

  1. {************************************************}
  2. {                                                }
  3. {   Turbo Pascal for Windows                     }
  4. {   Resource Workshop Demo                       }
  5. {   Copyright (c) 1992 by Borland International  }
  6. {                                                }
  7. {************************************************}
  8.  
  9. unit RWPDemoC;
  10. INTERFACE
  11. const
  12.   acc_Main                   =  100;
  13.   bmp_StatusBar              =  101;
  14.   bmp_StatusLine             =  100;
  15.   cm_About_RWP               =  145;
  16.   cm_All                     =  121;
  17.   cm_Blue                    = 1102;
  18.   cm_By                      =  123;
  19.   cm_Circle                  = 1000;
  20.   cm_ClearShape              = 1200;
  21.   cm_Directories             =  151;
  22.   cm_Glossary                =  143;
  23.   cm_Green                 = 1101;
  24.   cm_Index                   =  141;
  25.   cm_Mouse                   =  153;
  26.   cm_New                     =  100;
  27.   cm_Normal                  = 1001;
  28.   cm_Open                    =  102;
  29.   cm_Options_Open            =  154;
  30.   cm_Options_Save            =  155;
  31.   cm_Options_SaveAs          =  156;
  32.   cm_Preferences             =  152;
  33.   cm_Print                 =  105;
  34.   cm_Rectangle               = 1001;
  35.   cm_Red                 = 1100;
  36.   cm_Save                    =  103;
  37.   cm_SaveAs                  =  104;
  38.   cm_Some                    =  122;
  39.   cm_Thick                   = 1002;
  40.   cm_Thin                    = 1000;
  41.   cm_Topic_Search            =  142;
  42.   cm_Using_Help              =  144;
  43.   dlg_About                  =  104;
  44.   dlg_FileNew                =  106;
  45.   dlg_Mouse                  =  105;
  46.   dlg_MouseDialog            =  105;
  47.   dlg_Open                   =  100;
  48.   dlg_Options_Directories    =  109;
  49.   dlg_Options_Open           =  107;
  50.   dlg_Options_SaveAs         =  108;
  51.   dlg_Preferences            =  103;
  52.   dlg_Print                  =  102;
  53.   dlg_SaveAs                 =  101;
  54.   ico_RWPDemo                =  100;
  55.   id_all                     =  212;
  56.   id_ClearWindow             =  229;
  57.   id_config_file_directory   =  224;
  58.   id_Copies                  =  211;
  59.   id_current_directory       =  223;
  60.   id_Desktop                 =  227;
  61.   id_Editor_files            =  225;
  62.   id_Environment             =  226;
  63.   id_From                    =  214;
  64.   id_Graph                   =  207;
  65.   id_GraphicDirectory        =  221;
  66.   id_Graphics                =  231;
  67.   id_help                    =    998;
  68.   id_horiz_scoller           =  231;
  69.   id_Include_Directory       =  220;
  70.   id_InverseColor            =  230;
  71.   id_Library_Directory       =  221;
  72.   id_none                    =  222;
  73.   id_nothing                 =  228;
  74.   id_open1                   =  100;
  75.   id_open2                   =  101;
  76.   id_Partial                 =  213;
  77.   id_Print                   =  217;
  78.   id_printer                 =  216;
  79.   id_Printer_setup           =  218;
  80.   id_Process_it              =  230;
  81.   id_Reverse_mouse_buttons   =  232;
  82.   id_RWP_Directory           =  219;
  83.   id_Scribble                =  206;
  84.   id_ScribbleDirectory         =  219;
  85.   id_Text                    =  205;
  86.   id_TextDirectory           =  220;
  87.   id_To                      =  215;
  88.   id_TopicSearch             =  229;
  89.   men_Main                   =  100;
  90.   sth_Edit                   =   15;
  91.   sth_EditClear              =   13;
  92.   sth_EditCopy               =   11;
  93.   sth_EditCut                =   10;
  94.   sth_EditDelete             =   14;
  95.   sth_EditPaste              =   12;
  96.   sth_EditUndo               =    9;
  97.   sth_EnvironmentMouse       =   27;
  98.   sth_EnvironmentPreferences =   26;
  99.   sth_File                   =    8;
  100.   sth_FileExit               =  100;
  101.   sth_FileNew                =    1;
  102.   sth_FileOpen               =    2;
  103.   sth_FilePrint              =    5;
  104.   sth_FileSave               =    3;
  105.   sth_FileSaveAs             =    4;
  106.   sth_Help                   =   40;
  107.   sth_HelpAbout              =   39;
  108.   sth_HelpGlossary           =   37;
  109.   sth_HelpIndex              =   34;
  110.   sth_HelpSearch             =   36;
  111.   sth_HelpTopic              =   35;
  112.   sth_HelpUsing              =   38;
  113.   sth_Mouse                  =   13;
  114.   sth_Open                   =    2;
  115.   sth_Option                 =   25;
  116.   sth_OptionsDirectory       =   20;
  117.   sth_OptionsEnvironment     =   21;
  118.   sth_OptionsOpen            =   22;
  119.   sth_Options_Open           =    6;
  120.   sth_OptionsSave            =   23;
  121.   sth_OptionsSaveAs          =   24;
  122.   sth_Preferences            =   14;
  123.   sth_Print                  =    5;
  124.   sth_Save                   =    3;
  125.   sth_SaveAs                 =    4;
  126.   sth_View                   =   19;
  127.   sth_ViewAll                =   16;
  128.   sth_ViewBy                 =   18;
  129.   sth_ViewSome               =   17;
  130.   sth_Window                 =   33;
  131.   sth_WindowTile             =   28;
  132.   sth_WindowCascade          =   29;
  133.   sth_WindowArrange          =   30;
  134.   sth_WindowIcon             =   31;
  135.   sth_WindowCloseAll         =   32;
  136.   ScribbleWindow             =  100;
  137.   FileWindow                 =  101;
  138.   GraphWindow                =  102;
  139.   Id_Splash                 =  102;
  140.  
  141.     ste_InvalidGraphFileMsg    =    130;
  142.     ste_InvalidGraphFileTitle    =    131;
  143.     ste_InvalidScribbleFileMsg    =    132;
  144.     ste_InvalidScribbleFileTitle    =    133;
  145. implementation
  146. end.
  147.